*  The .sln file is a Visual Studio 2008 solution file with a set of 
   example experiments. 
*  To perform a set of experiments, alter the configuration files based 
    on the provided examples and execute the following steps:

1)  Create a database based on the script 'Create Database.sql'
2)  Set the database connection string in App.config
3)  Build solution 'NetSim4.sln'
4)  DoExperiments has file 'Experiments.xml' which outlines the 
    experiment batch to run. Other experiments can be run based on the 
    examples therein.
5)  topoFiles has a few dozen examples of topology files
6)  Run 'DoExperiments'; this produces console output and populates 
    the database with results

